home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / libibert / config / mh-aix < prev    next >
Encoding:
Text File  |  1994-02-03  |  442 b   |  11 lines

  1. HDEFINES = -D__IEEE_BIG_ENDIAN
  2. RANLIB=true
  3. INSTALL=cp
  4.  
  5. # Most releases of AIX 3.1 include an incorrect internal version of copysign
  6. # in libc.a for use by some libc public functions including modf.  The public
  7. # version of copysign in libm.a is usable.  For the sake of libg++ (which
  8. # uses modf), we add copysign here.  Supposedly, this problem is fixed in AIX
  9. # 3.1.8 and above, including all releases of AIX 3.2.
  10. EXTRA_OFILES = copysign.o
  11.